projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b81131
)
volume-button: use symbolic icons by default
author
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 13 Feb 2014 08:54:27 +0000
(
03:54
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Feb 2014 01:47:24 +0000
(20:47 -0500)
gtk/gtkvolumebutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkvolumebutton.c
b/gtk/gtkvolumebutton.c
index dccda955a41b3902af573c9e49416e3bc17f9688..4f2d613140749aad833661e8916bc31a4a8b0720 100644
(file)
--- a/
gtk/gtkvolumebutton.c
+++ b/
gtk/gtkvolumebutton.c
@@
-155,8
+155,8
@@
gtk_volume_button_class_init (GtkVolumeButtonClass *klass)
g_param_spec_boolean ("use-symbolic",
P_("Use symbolic icons"),
P_("Whether to use symbolic icons"),
-
FALS
E,
- G_PARAM_READWRITE));
+
TRU
E,
+ G_PARAM_READWRITE
|G_PARAM_CONSTRUCT
));
/* Bind class to template
*/